|
Oracle® OLAP Analytic Workspace Java API Reference 10g Release 2 (10.2) B14351-02 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
|
+--oracle.AWXML.BaseObject
|
+--oracle.AWXML.AggregationArgument
|
+--oracle.AWXML.ConfigurationParameters
An object that contains one or more parameters that affect an aggregation operation. Each parameter is represented by a Parameter object. A Parameter for an aggregation operation has a keyword and a value.
ConfigurationParameters is a concrete subclass of the abstract AggregationArgument. An AggregationArgument is owned by an Aggregation. The Aggregation also owns an AggregationOperator, which specifies the type of aggregation operation, such as an average or a sum operation.
Aggregation, Parameter| Fields inherited from class oracle.AWXML.BaseObject |
DATABASENULL |
| Constructor Summary | |
ConfigurationParameters(BaseObject input)Creates a new ConfigurationParameters object for the specified AggregationArgument. |
|
| Method Summary | |
void |
addParameter(Parameter input)Adds the specified Parameter to the ConfigurationParameters. |
Parameter |
createParameter()Creates a new Parameter and adds it to the ConfigurationParameters. |
java.util.Vector |
getParameters()Gets a list of the Parameter objects associated with the ConfigurationParameters. |
void |
removeParameter(Parameter input)Removes the specified Parameter from the ConfigurationParameters. |
java.lang.String |
WriteToXML()Gets an XML representation of the ConfigurationParameters. |
| Methods inherited from class oracle.AWXML.BaseObject |
Alter, Create, CreateAfter, CreateBefore, CreateFirst, DataRead, Delete, getColumnName, getId, getLongName, getLongName, getName, getOwner, getPluralName, getPluralName, getSchema, getShortName, getShortName, setColumnName, setLongName, setLongName, setName, setPluralName, setPluralName, setSchema, setShortName, setShortName |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public ConfigurationParameters(BaseObject input)
ConfigurationParameters object for the specified AggregationArgument. An application should create a ConfigurationParameters by using the createConfigurationParameters method of the Aggregation.input - The AggregationArgument to own the new ConfigurationParameters.| Method Detail |
public java.lang.String WriteToXML()
ConfigurationParameters.String that represents the ConfigurationParameters.public void addParameter(Parameter input)
Parameter to the ConfigurationParameters.input - The Parameter to add.public void removeParameter(Parameter input)
Parameter from the ConfigurationParameters.input - The Parameter to remove.public java.util.Vector getParameters()
Parameter objects associated with the ConfigurationParameters.Vector of the Parameter objects associated with the ConfigurationParameters.public Parameter createParameter()
Parameter and adds it to the ConfigurationParameters.Parameter associated with the ConfigurationParameters.
|
Oracle® OLAP Analytic Workspace Java API Reference 10g Release 2 (10.2) B14351-02 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||